home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / LIBRARY / PBLIB1 / PROGS / TLISTER.DOC < prev    next >
Text File  |  1993-11-29  |  1KB  |  20 lines

  1.  
  2.     syntax.  >TLISTER <filespec> [ <options> ]
  3.  
  4.             <filespec>       single filename or mask like *.pas
  5.             <options>        override those in TLISTER.CFG
  6.               LASER=yes/no   sends HP 132 col, 8lpi sequence (def. NOLASER)
  7.               HEADER=yes/no  prints date/filename/page # (def. HEADER)
  8.               PAGELEN=       sets data lines/page   (def. 54, laser 72)
  9.               LINELEN=       sets truncation   (def. 80, laser 128)
  10.               OFFSET=        sets left margin pad (def. 6, laser 10)
  11.               SKIP=n         skips first n pages  (def. 0)
  12.               TAB=n          sets TAB expansion size (def. 8)
  13.               OUT=<file>     sets default output device/file
  14.  
  15.      - Options are blank separated, slashes optional
  16.      - Rational way to set up system is place your choice of defaults
  17.           in <TLISTER>.cfg file on directory with .EXE.  TLISTER.CFG on
  18.           current directory overrides those, and command line overrides all.
  19.  
  20.